tools/libxl: use buildmakevars2header to create _paths.h
authorOlaf Hering <olaf@aepfle.de>
Mon, 22 Sep 2014 13:00:04 +0000 (15:00 +0200)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 23 Sep 2014 09:15:43 +0000 (10:15 +0100)
commita25968b19bba2f1856efdfe09d4aba9f0511282f
tree32a1839b38fb038479eee2737a20dce371068fa3
parente8a23cfad48097c5ab78c05230ccc73ac183dfad
tools/libxl: use buildmakevars2header to create _paths.h

Replace usage of buildmakevars2file with buildmakevars2header. The macro
generates a C header file, so remove code which converts shell variables
into C defines. Also update the dependency, the macro itself creates a
dependency for _paths.h. A temporary file is not needed anymore.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/libxl/Makefile